home *** CD-ROM | disk | FTP | other *** search
Text File | 2001-03-01 | 914 b | 12 lines | [TEXT/ToyS] |
- set theDialog to {size:{253, 200}, style:standard palette, closeable:true, name:"List and Popups", default item:9, contents:{¬
- {class:group box, bounds:{66, 39, 241, 99}}, ¬
- {class:pop up, bounds:{134, 50, 223, 67}, value:1, contents:{"Cyan", "Magenta", "Yellow", "Black"}}, ¬
- {class:pop up, bounds:{134, 72, 223, 89}, value:1, contents:{"Red ", "Green", "Blue"}}, ¬
- {class:static text, bounds:{79, 51, 134, 67}, contents:"Option 1:"}, ¬
- {class:static text, bounds:{79, 73, 134, 89}, contents:"Option 2:"}, ¬
- {class:icon, bounds:{17, 39, 49, 71}, contents:6001}, ¬
- {class:list box, bounds:{67, 108, 242, 150}, value:0, contents:{"Image 1.tif", "Image 2.tif", "Image 3.tif"}}, ¬
- {class:static text, bounds:{64, 14, 164, 30}, contents:"Lists and popups"}, ¬
- {class:push button, bounds:{180, 165, 238, 185}, name:"Done"}}}
-
- dd auto dialog theDialog with fonts {name:"Geneva", size:10} with grayscale